home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / Buch / Roller1.dfm / Roller1.txt
Encoding:
Text File  |  1999-01-24  |  906 b   |  46 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 113
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Fahrgestelle'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Button1: TButton
  16.     Left = 51
  17.     Top = 200
  18.     Width = 150
  19.     Height = 50
  20.     Caption = 'Velo'
  21.     Font.Charset = ANSI_CHARSET
  22.     Font.Color = clBlack
  23.     Font.Height = -20
  24.     Font.Name = 'Arial'
  25.     Font.Style = []
  26.     ParentFont = False
  27.     TabOrder = 0
  28.     OnClick = Button1Click
  29.   end
  30.   object Button2: TButton
  31.     Left = 227
  32.     Top = 200
  33.     Width = 150
  34.     Height = 50
  35.     Caption = 'Auto'
  36.     Font.Charset = ANSI_CHARSET
  37.     Font.Color = clBlack
  38.     Font.Height = -20
  39.     Font.Name = 'Arial'
  40.     Font.Style = []
  41.     ParentFont = False
  42.     TabOrder = 1
  43.     OnClick = Button2Click
  44.   end
  45. end
  46.